summaryrefslogtreecommitdiffstats
path: root/prog/6/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'prog/6/makefile')
-rw-r--r--prog/6/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/prog/6/makefile b/prog/6/makefile
index 8a847a2..8bd7dbe 100644
--- a/prog/6/makefile
+++ b/prog/6/makefile
@@ -1,11 +1,11 @@
DESTDIR=/
CC=cc
MYCFLAGS=-O0 -Wall -Wextra -Wformat -pedantic -g
-MYLDFLAGS=-lresolv
+MYLDFLAGS=-lresolv -lconfuse
default: 6d 6c
-6d: daemon.c
+6d: daemon.c conf.c
$(CC) $(MYCFLAGS) $(CFLAGS) $< -o$@ $(MYLDFLAGS) $(LDFLAGS)
6c: client.c